home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / DOCS / Printer < prev    next >
Text File  |  1996-04-11  |  923b  |  41 lines

  1.  
  2. FNshell_PrinterOnLine
  3. =>    None
  4.  
  5. <=    bool TRUE if printer is online, otherwise
  6.          FALSE
  7.  
  8. This routine has been tested on RISC-OS 3.1 and
  9. should also work on earlier versions. From Risc
  10. User March 1993 page 43.
  11.  
  12. Note that if you normally use a Computer Concepts
  13. Turbo Driver the TurboSupport module MUST be
  14. loaded before calling this routine. Don't forget
  15. to tell the users of your application as well!
  16.  
  17. --------------------------------------------------------
  18.  
  19. FNshell_PrinterDriverGetName
  20. =>    None
  21.  
  22. <=    str    printer name if driver is loaded,
  23.          otherwise ""
  24.  
  25. --------------------------------------------------------
  26.  
  27. FNshell_PrinterDriverLoaded
  28. =>    None
  29.  
  30. <=    bool    TRUE if printer driver is loaded,
  31.          otherwise FALSE
  32.  
  33. --------------------------------------------------------
  34.  
  35. FN_shell_Printers_Init
  36. =>    None
  37.  
  38. <=    bool    TRUE if module initialised correctly
  39.          FALSE otherwise
  40.  
  41. --------------------------------------------------------